home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / com / kongregate / as3 / client / services / IUserServices.as < prev    next >
Encoding:
Text File  |  2011-08-19  |  213 b   |  12 lines

  1. package com.kongregate.as3.client.services
  2. {
  3.    public interface IUserServices
  4.    {
  5.        
  6.       
  7.       function getName() : String;
  8.       
  9.       function getPlayerInfo(param1:Function) : void;
  10.    }
  11. }
  12.